home *** CD-ROM | disk | FTP | other *** search
- object GroupPropForm: TGroupPropForm
- Left = 276
- Top = 167
- HelpContext = 1541
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Group Properties'
- ClientHeight = 316
- ClientWidth = 467
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 31
- Width = 467
- Height = 2
- end
- object Label1: TLabel
- Left = 12
- Top = 9
- Width = 60
- Height = 13
- Caption = 'Group Name'
- end
- object Label2: TLabel
- Left = 279
- Top = 40
- Width = 43
- Height = 13
- Caption = 'Members'
- end
- object Label3: TLabel
- Left = 6
- Top = 40
- Width = 43
- Height = 13
- Caption = 'Available'
- end
- object btnAdd: TBitBtn
- Left = 196
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Add >'
- TabOrder = 1
- OnClick = btnAddClick
- Layout = blGlyphTop
- end
- object btnAddAll: TBitBtn
- Left = 196
- Top = 136
- Width = 75
- Height = 25
- Caption = 'A&dd All >>'
- TabOrder = 2
- OnClick = btnAddAllClick
- Layout = blGlyphTop
- end
- object btnRemove: TBitBtn
- Left = 196
- Top = 168
- Width = 75
- Height = 25
- Caption = '< &Remove'
- TabOrder = 3
- OnClick = btnRemoveClick
- Layout = blGlyphTop
- end
- object btnRemoveAll: TBitBtn
- Left = 196
- Top = 200
- Width = 75
- Height = 25
- Caption = '<<R&emove All'
- TabOrder = 4
- OnClick = btnRemoveAllClick
- Layout = blGlyphTop
- end
- object OKButton: TButton
- Left = 304
- Top = 288
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 5
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 384
- Top = 288
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 8
- OnClick = CancelButtonClick
- end
- object lvSelect: TListView
- Left = 2
- Top = 56
- Width = 188
- Height = 229
- OnDblClick = lvSelectDblClick
- Columns = <
- item
- Caption = 'Address'
- Width = 184
- end>
- ReadOnly = True
- HideSelection = False
- MultiSelect = True
- RowSelect = True
- ShowColumnHeaders = False
- SortType = stText
- TabOrder = 6
- ViewStyle = vsReport
- SmallImages = ImagesForm.TMImages
- end
- object lvMembers: TListView
- Left = 277
- Top = 56
- Width = 188
- Height = 227
- OnDblClick = lvMembersDblClick
- Columns = <
- item
- Caption = 'Members'
- Width = 184
- end>
- ReadOnly = True
- HideSelection = False
- MultiSelect = True
- RowSelect = True
- ShowColumnHeaders = False
- SortType = stText
- TabOrder = 7
- ViewStyle = vsReport
- SmallImages = ImagesForm.TMImages
- end
- object edtGroupName: TEdit
- Left = 79
- Top = 6
- Width = 385
- Height = 21
- TabOrder = 0
- Text = 'edtGroupName'
- end
- end
-